luajit2: update to 2026-07-31 and refresh RISC-V 64 patch - #30282
Merged
Conversation
Also refresh 020-riscv64-support.patch from the current state of openresty/luajit2#236. The previous snapshot defined asm_tail_prep(ASMState *as), but since openresty/luajit2 commit 68354f44 the callers pass a second TraceNo argument, so the riscv64 build failed with: lj_asm.c:2559:5: error: too many arguments to function 'asm_tail_prep' The refreshed patch carries the upstream adaptation and restores the build. The other four patches apply unchanged. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This was referenced Aug 15, 2026
Member
Author
|
CI/CD: Merging! :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📦 Package Details
Maintainer: @jmarcet
Description:
Updates
luajit2from 2026-02-27 to 2026-07-31 (openresty/luajit252f52587) and refreshes the RISC-V 64 patch from the current state of openresty/luajit2#236.The riscv64 build has been failing since openresty/luajit2 commit 68354f44 added a
TraceNoargument toasm_tail_prep(). The snapshot in020-riscv64-support.patchstill had the one-argument form, so the build stopped with:Upstream PR #236 has since been adapted, and the refreshed patch picks that up.
PKG_MIRROR_HASHwas computed withmake package/luajit2/check FIXUP=1in the officialghcr.io/openwrt/sdk:x86_64-masterimage. All five patches apply cleanly against the new version and only 020 needed refreshing.🧪 Run Testing Details
powerpc_8548)The powerpc side of this package was run-tested on the device for the previous change (#30280). This PR is a version bump plus a patch refresh, so the CI build is the primary check here, in particular
riscv64_genericandpowerpc_8548.✅ Formalities
If your PR contains a patch:
git am